Thanks Thanks:  0
Results 1 to 4 of 4

Thread: [Request] Elite Dangerous Mini Hack?

  1. #1
    Private
    Join Date
    Dec 2015
    Posts
    6

    [Request] Elite Dangerous Script

    Game Name: Elite Dangerous: Horizons
    Official Website: https://www.elitedangerous.com/
    Game Engine: Frontiers Own Custom Engine
    Game Genre: space adventure, trading, and combat simulator
    Anti-Cheat: Custom

    Possible Features: (if you can)

    Shield/Hull God
    Infinite Ammo (If Possible your ship doesnt over heat or consume energy when shooting)
    Boosted Frame Shift Drive (with a limit since their servers can detect anything over 75 Light Years)
    Possible Cargo Editor (say you have max 20 cargo you can edit the max to 1000 or something for easier trading)
    Damage Modifier (multiplies your weapons damage by 100% or something)
    Infinite Ship Fuel

    I know the Shield/Hull God is possible along with the Boosted FSD, Damage Modifier and Infinite Ammo but i have not checked the Cargo editor.

    Im not too Sure if im allowed to post a link to an outdated script which works for elite's 32 bit version but after Horizons was released you require 64 Bit Horizons to play with horizons content.

    Here is Code for the FSD Booster
    in Lua i believe this code is.

    Code:
    name = "unlimrange",
    description = "Removes jump range limits (up to 100ly)",
    ctype = "breakpoint",
    address = dec(16914131),
     
    breakFunc = function()
      local maxFuelUsageAddr = EAX + 0x20
      local toTargetFuelUsageAddr = ESP + 0x24 --0x40
      local maxFuelUsageVal = readFloat(maxFuelUsageAddr)
      local toTargetFuelUsageVal = readFloat(toTargetFuelUsageAddr)
      if (maxFuelUsageVal < toTargetFuelUsageVal) then
        writeFloat(maxFuelUsageAddr, toTargetFuelUsageVal)
      end
      log("unlimited jump range")
    end,
    Here is the Code for an Outdated Script Hack
    Elite Dangerous Script (outdated) - Pastebin.com
    Last edited by kahny; 01-07-2016 at 02:03 PM.

  2. #2
    [Request] Elite Dangerous Mini Hack?
    Join Date
    Jul 2014
    Posts
    42
    I would love to see this happen

  3. #3
    Warrant Officer 1
    Join Date
    Jun 2014
    Location
    Pyongyang, North Korea
    Posts
    2,040
    If its possible and the community demands it sir, our coders might look into it.
    FAST RECOMMENDED RESELLERS

    For using paypal to purchase a subscription, contact this trusted Reseller
    For using everything else, including paypal, contact this trusted Reseller

  4. #4
    [Request] Elite Dangerous Mini Hack?
    Join Date
    Jun 2014
    Posts
    19
    Would be great to see this. Previous scripts got quite the large user group. But beware though. Frontier had the site under surveillance and patched the scripts quickly.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •